←Select platform

IsReadOnly Property

Summary

Gets a value indicating whether the list is read-only.

Syntax

C#
VB
C++
public bool IsReadOnly { get; } 
  
Public ReadOnly Property IsReadOnly As Boolean 
public: 
property bool IsReadOnly { 
   bool get(); 
} 

Property Value

true if the ListWithEvents<T> is read-only; otherwise, it is false.

Remarks

In the default implementation of list, this property always returns false.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly